home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1122
/
1122.xpi
/
chrome
/
tabmixplus.jar
/
skin
/
classic
/
tabmixplus
/
themes
/
chromifox.css
Wrap
Cascading Style Sheet File
|
2009-09-10
|
1KB
|
28 lines
/* Tab close button */
.tabbrowser-tab .tabs-closebutton,
.tabbrowser-tab .tab-close-button {
display: none !important;
}
.tabbrowser-tab[tabxleft=on] .showhover-flex {
display: none !important;
}
.tabbrowser-tab[tabx=always][tabxleft=on] .always-left ,
.tabbrowser-tab[tabx=always]:not([tabxleft=on]) .always-right ,
.tabbrowser-tab[tabx=showhover][showbutton=on] .showhover ,
.tabbrowser-tab[tabx=current][tabxleft=on][selected="true"] .always-left ,
.tabbrowser-tab[tabx=current]:not([tabxleft=on])[selected="true"] .always-right {
display: -moz-box !important;
}
/* current & hover */
.tabbrowser-tab[tabx=current_hover][showbutton=on]:not([selected="true"]) .showhover ,
.tabbrowser-tab[tabx=current_hover][tabxleft=on][selected="true"] .always-left ,
.tabbrowser-tab[tabx=current_hover]:not([tabxleft=on])[selected="true"] .always-right {
display: -moz-box !important;
}
.tabbrowser-tab .tabs-closebutton {
list-style-image: url("chrome://communicator/skin/close.png") !important;
}